home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 05.zip / BS1 part 5 / LSD.adf / docs / AFS.doc.pp / AFS.doc
Text File  |  1990-09-13  |  4KB  |  125 lines

  1. *************************************************************************
  2. *                                                                       *
  3. *       AMICOM'S FILE SCRAMBLER  VERSION 1.5 (1991-03-30)               *
  4. *                                                                       *
  5. *************************************************************************
  6.  
  7. Welcome to a new scrambler by the great AMICOM!
  8.  
  9. If you need to protect data against unauthorized access in a truly
  10. reliable fashion then this is just what you need!
  11.  
  12.  
  13.       AFS V1.0 features
  14. -----------------------------
  15.  
  16. - 64 bits used as root for code generation
  17. - generated code does not repeat even within several megabytes
  18. - easy-fashion password keycode
  19. - simple password checksum to allow validation
  20. - future versions will be able to process current format
  21.  
  22.       AFS V1.5 new features
  23. --------------------------------
  24. - for comfort, password may now be retried on decode
  25. - password entering is now blind
  26. - incorrect pw is detected more reliably
  27.  
  28.  
  29.       AFS V1.5 Instructions
  30. --------------------------------
  31.  
  32. * To protect a file enter
  33.  
  34.              AFS filename
  35.  
  36.    You will be prompted for a password.
  37.    While you type the password, text is made invisible.
  38.    You will be asked to retype the password for your security.
  39.    You may abort this by just pressing <RETURN>.
  40.    The protected file will be called filename.AFS
  41.  
  42. * To decode a file enter
  43.  
  44.              AFS filename.AFS
  45.  
  46.    You will be prompted for a password.
  47.    While you type the password, text is made invisible.
  48.    If you fail to supply the correct password, a message appears.
  49.    You may then retry it or abort. To abort press CTRL-C.
  50.  
  51.  
  52. * you can supply the password in the argument using
  53.   option PW
  54.  
  55.   Example: to protect a file called test with a pw of mess-dos
  56.  ---------
  57.   type       AFS test -pw mess-dos
  58.  
  59.   To enable spaces within the pw, put it within quotation marks.
  60.  
  61. * NEVER FORGET A PASSWORD OF A FILE!
  62.   Cause nobody on earth will bring it back to you then....
  63.  
  64. * Be aware of the fact that the password you entered may stay within
  65.   the machine after you use AFS. In Shells, it MAY BE OBTAINED by
  66.   just using cursor history. But even in CLI, it may stay somewhere
  67.   in memory. It is a good idea to enter newshell/endcli after one
  68.   used AFS in a Shell.
  69.  
  70. * Please note that files coded with AFS v1.5 cannot be decoded
  71.   with former versions. This is because the password shaker had
  72.   to be redesigned due to a small bug.
  73.  
  74.  
  75.  
  76.       AFS V1.5 Error messages
  77. ---------------------------------
  78.  
  79. *** Input line too long!
  80.     You may not enter more than 80 chars as argument or at prompts.
  81.  
  82. *** Missing string parameter
  83.     Option PW must be given a string parameter.
  84.  
  85. *** Got unexpected argument. Specify only input file name.
  86.     More than one name has been given. Check for '-' before options.
  87.  
  88. *** Missing input file name.
  89.     -
  90.  
  91. *** Can't open <name> - DOS error [number].
  92.     Hint: 205 means 'file not found'...
  93.  
  94. *** Can't get memory ([number] bytes) for source file!
  95.     -
  96.  
  97. *** Invalid input file [name]!
  98.     The input file is somehow unusable.
  99.  
  100. *** Input file corrupt - aborting.
  101.     There was a disk / file error reading the file.
  102.  
  103. *** Input file is not really an AFS file! - Aborting
  104.     The file you try to decode has not been scrambled using AFS.
  105.  
  106. *** Error writing outputfile! /   Deleting [name]
  107.     Disk error while writing outputfile.
  108.  
  109. *** Error getting password - aborting.
  110.     Something went wrong with the PW prompt.
  111.  
  112. *** Password incorrect.
  113.     The password of the file has not been entered correctly.
  114.     You may retry the password or press ^C / RETURN to abort.
  115.  
  116. *** Post-decode pw/checksum error, file may be corrupt!
  117.     The password was not detected invalid. However, either the
  118.      password IS invalid, or there is an error inside the file.
  119.  
  120. *** You need a more recent version of AFS!
  121.     The file has been coded with a newer version.
  122.      It contains new features not supported by yours.
  123.  
  124.  
  125.